Automations

UI Automation Commands

  • Version: 1.3.0
  • Official Verified
  • Depreciated Verified

OpenBots Command group containing UI automation commands (Image, Input, Process, WebBroswer, Window).

OpenBots.Commands.UIAutomation \ Move Window Command

Command: Move Window Command

This command moves an open window to a specified location on screen.

Parameters

Window Name

Select the name of the window to move.

Required

X Position

Input the new horizontal coordinate of the window. Starts from 0 on the left and increases going right.

Required

Y Position

Input the new vertical coordinate of the window. Starts from 0 at the top and increases going down.

Required

Timeout (Seconds)

Specify how many seconds to wait before throwing an exception.

Required

Private (Optional)

Optional field to mark the command as private (data sensitive) in order to avoid its logging.

Comment Field (Optional)

Optional field to enter a custom comment which could potentially describe this command or the need for this command, if required.

Logo